Converts a generic dictionary to a JsonObject.
Namespace: MindFusion.Json.WpfAssembly: MindFusion.Common.Wpf
public static JsonObject FromDictionary<TKey, TValue> ( Dictionary<TKey, TValue> dictionary)
Public Shared Function FromDictionary(Of TKey, TValue) ( _ dictionary As Dictionary(Of TKey, TValue) _) As JsonObject
JsonObject MembersJsonObject ClassMindFusion.Json.Wpf Namespace